Multimedia Applications

VLC Media Player

Introduction

VLC (VideoLAN Client) is an open-source, cross-platform multimedia player that supports various audio and video formats, such as MP4, AVI, MKV, and MP3. It can play most media files without requiring additional codecs and is suitable for multimedia applications on Debian systems.

Connect to the Development Board

On the PC, open the ADB folder, type CMD in the address bar to open a command prompt, and run:

adb devices

Confirm that the development board is connected. For example:

List of devices attached
xxxxxxxx    device

Enter the development board:

adb shell

Install VLC

apt install vlc -y

VLC Function Verification

Launch VLC

After launching VLC, the main player interface should open and display correctly.

../../../_images/image_Gbd1biBAFoAMeixAZeTc1jJJnrf.webp

Open a Media File

Click Media → Open File… in the menu bar and select the video file to be played.

../../../_images/image_REGrbspSco34wfxEvHCclPu1nvb.webp

After selecting the video file, click the Open button to load it.

../../../_images/image_XjFjbgwNmor0pIxcVaNc3n5Hndc.webp

Video Playback Verification

The video should load and play normally with correct image display. Playback controls, the progress bar, volume adjustment, and other player functions should also work properly.

../../../_images/image_J65ybkBeLov0HTxOxcBc4pWdn2z.webp